home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global Starter, OldColor
- set Starter to 1
- set the exitLock to 1
- if the colorDepth < 8 then
- alert("Great Canadian Scientists requires 265 colours to run.")
- quit()
- end if
- if the quickTimePresent = 0 then
- alert("Great Canadian Scientists requires QuickTime to run.")
- quit()
- end if
- set OldColor to the colorDepth
- if the colorDepth > 8 then
- set the colorDepth to 8
- end if
- end
-